home *** CD-ROM | disk | FTP | other *** search
/ autoKOLEKCIJA 2005 April / My Disc.iso / automobiliai / Unit2.dfm < prev    next >
Encoding:
Text File  |  2005-03-13  |  1016 b   |  51 lines

  1. object Form2: TForm2
  2.   Left = 235
  3.   Top = 176
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   AutoSize = True
  7.   BorderStyle = bsSingle
  8.   Caption = 'AUTOMOBILIAI'
  9.   ClientHeight = 81
  10.   ClientWidth = 121
  11.   Color = clWindow
  12.   Ctl3D = False
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   PrintScale = poNone
  20.   WindowState = wsMaximized
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 121
  27.     Height = 81
  28.     Cursor = crHandPoint
  29.     AutoSize = True
  30.     OnClick = Image1Click
  31.   end
  32.   object Button1: TButton
  33.     Left = 5
  34.     Top = 5
  35.     Width = 36
  36.     Height = 20
  37.     Caption = 'Diegti'
  38.     TabOrder = 0
  39.     OnClick = Button1Click
  40.   end
  41.   object Button2: TButton
  42.     Left = 49
  43.     Top = 5
  44.     Width = 20
  45.     Height = 20
  46.     Caption = 'X'
  47.     TabOrder = 1
  48.     OnClick = Button2Click
  49.   end
  50. end
  51.